home *** CD-ROM | disk | FTP | other *** search
- t This fix repairs a minor bug in the TURBO PASCAL TLIST.COM which causes
- the printer to think that a page consists of 67 lines instead of the more
- normal 66 lines. The error occurs at offset 2F08 in the code. The 42h should
- be changed to 41h.
- The sequence of events to fix using DEBUG is as follows:
-
- DEBUG TLIST.COM
- -D CS:2F08
- The code should start with 42. If it doesn't, this fix won't work.
- -E CS:2F08 41
- -W
- -Q
-
- That's all. The version I fixed was supplied with the TURBO-87 program,
- but it should work on the standard TURBO system also. If you have any
- questions, please contact:
-
- Gary Barber
- Rt#1, Box 593
- Edwardsville, IL 62025
- ns, pl